Skip to content

chore: version packages - #72

Merged
jonlaing merged 1 commit into
mainfrom
changeset-release/main
Aug 3, 2026
Merged

chore: version packages#72
jonlaing merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@effex/dom@1.4.4

Patch Changes

  • ec2ad34: Fix enter animations firing against a detached element on nested
    client-mode re-mounts (e.g. router nav-back on pages with animations
    deep inside the route's tree).

    forkSlotEnter forks the animation fiber via Effect.forkIn(slotScope)
    from inside addSlot. Effect's scheduler can hand that fiber control
    on the next microtask, before the outer synchronous render flow has
    finished appending the wrapper's ancestor chain into the document.
    When that happens, onBeforeEnter fires against a node whose ancestors
    aren't yet in the DOM — getComputedStyle returns empty strings on
    disconnected nodes, and browsers won't compute or transition styles
    against them, so the enter transition never fires and the animation
    stalls to the timeout.

    On first render this didn't surface because hydration walks pre-existing
    DOM: every element was already connected when the fiber ran. It only
    broke on subsequent client-mode mounts, and only when the animated
    block sat inside another wrapper element (its own ancestor had to be
    appended AFTER the fork).

    The animation fiber now yields microtasks until the element is
    connected, up to a small bound. In practice the outer flow completes
    within one or two microtasks; the bound ensures callers that never
    insert their result (e.g. tests that yield an animated element without
    appending it to the document) still make progress instead of hanging.

    Regression test in Control.test.ts asserts element.isConnected is
    true at onBeforeEnter on both the initial mount AND the toggle-back
    of a when-nested animated block that lives two wrappers deep.

@effex/router@1.3.4

Patch Changes

  • Updated dependencies [ec2ad34]
    • @effex/dom@1.4.4

docs@0.0.27

Patch Changes

  • Updated dependencies [ec2ad34]
    • @effex/dom@1.4.4
    • @effex/router@1.3.4

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 3, 2026

Copy link
Copy Markdown

Deploying effex-api with  Cloudflare Pages  Cloudflare Pages

Latest commit: f1d2342
Status: ✅  Deploy successful!
Preview URL: https://e89d0493.effex-api.pages.dev
Branch Preview URL: https://changeset-release-main.effex-api.pages.dev

View logs

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying effex with  Cloudflare Pages  Cloudflare Pages

Latest commit: f1d2342
Status: ✅  Deploy successful!
Preview URL: https://8b471a9e.effex.pages.dev
Branch Preview URL: https://changeset-release-main.effex.pages.dev

View logs

@jonlaing
jonlaing merged commit 543609c into main Aug 3, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant